vcProcessDelayStatement

Delay statement waits for a specified amount of simulation time.

See in: Overview

Module: vcProcessModel

Parent: vcStatement

Children -

Referenced by: -

Properties

Learn how to use properties here. The properties are also inherited from the parent class.

NameTypeAccessDescription
DistributionPropertyvcDistributionPropertyRGets a property to calculate a value for the amount of seconds to wait for.
See more
A sample is taken when the statement execution begins. Available functions include: normal, lognormal, uniform, exponential, gamma, triangular, weibull.
ExpressionPropertyvcExpressionPropertyRGets a property defining the amount to wait for defined as an expression that must evaluate to a Real value at the start of the statement execution. Unit is seconds of simulation time.
TimeSourcevcTimeSourceRWGets a value for whether to evaluate the Distribution or Expression property to get the amount of time to wait for.